Skip to main content

movieTouched

Type

message

Summary

Sent when a full screen movie is playing, without a controller, and the screen is touched.

Syntax

movieTouched

Description

Handle the movieTouched message to perform an action when a full screen movie is playing and the user touches the screen.

The movieTouched message is sent to the object whose script started the movie playing.

The principal purpose of the movieTouched message is to allow the play stop command to be used to stop the movie when the screen is touched.

note

The movieTouched message is not sent if the video is played with the showController property set to true.

Examples

on movieTouched
play stop
end movieTouched

command: play, play video

property: showController

Compatibility and Support

Introduced

LiveCode 4.5.2

OS

ios

android

Platforms

mobile

Thank you for your feedback!

Was this page helpful?